gtk4.git
25 years ago-Add NULL argument to XGetIMValues.
Hidetoshi Tajima [Fri, 1 Dec 2000 03:43:14 +0000 (03:43 +0000)]
-Add NULL argument to XGetIMValues.
-Check NULL return for xim_styles and ic_values.
-Restore preedit state after XmbResetIC.
-Change XVaNestedList* to XVaNestedList.
-Match "preedit-changed" to "preedit_changed".

25 years agoChanges by Hans Breuer:
Tor Lillqvist [Thu, 30 Nov 2000 23:39:50 +0000 (23:39 +0000)]
Changes by Hans Breuer:

2000-11-30  Tor Lillqvist  <tml@iki.fi>

Changes by Hans Breuer:

* gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
Dont't use negative width and height as max_hints. This fixes
Owen's recent testgtk changes for win32.

* gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
gdk_win32_hdc_release): These are exported and may be called with
other drawable types than our GdkDrawableImplWin32 (?).

* gdk/gdkwindow.c: Backing store appears to work on Windows now,
so always #define USE_BACKING_STORE.

* gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
of printf for debugging output.

* gtk/gtktextlayout.c (allocate_child_widgets): Ditto.

* gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.

* gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
declaration.

* gtk/gtktexttypes.h: Ditto.

* gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
(GDK_VoidSymbol) also if in case of arg check failure.

* gtk/gtkimcontextsimple.c
(gtk_im_context_simple_get_preedit_string): Don't assign cursor
position to the pointer, but to the variable it points to.

* gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.

* gtk/gtk.def: Updates.

25 years agoInherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.
Elliot Lee [Thu, 30 Nov 2000 01:20:13 +0000 (01:20 +0000)]
Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.

Inherits from GTK_TYPE_OBJECT, not GTK_TYPE_TREE_MODEL.

25 years agoSet the size of the font from the description. (gdk_text_width): Gross
Alexander Larsson [Wed, 29 Nov 2000 13:49:37 +0000 (13:49 +0000)]
Set the size of the font from the description. (gdk_text_width): Gross

2000-11-29  Alexander Larsson  <alexl@redhat.com>

* gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
Set the size of the font from the description.
(gdk_text_width): Gross hack that calculates the width
of text by text_length * size/2. This is necessary because
GtkLabel does some ugly gtk_string_width call to calculate
an good size.
(linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.

25 years agoDND updates
GMT 2000 Tony Gale [Wed, 29 Nov 2000 13:41:51 +0000 (13:41 +0000)]
DND updates

Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>

* docs/tutorial/gtk-tut.sgml: DND updates

25 years agoIf you pass width or height == 0 to gdk_window_clear_area they should be
Alexander Larsson [Wed, 29 Nov 2000 13:13:20 +0000 (13:13 +0000)]
If you pass width or height == 0 to gdk_window_clear_area they should be

2000-11-29  Alexander Larsson  <alexl@redhat.com>

* gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
If you pass width or height == 0 to gdk_window_clear_area they
should be calculated from the window size.

25 years agoIf there is a grab, but no grab-cursor, use the cursor from the grabbed
Alexander Larsson [Wed, 29 Nov 2000 12:52:41 +0000 (12:52 +0000)]
If there is a grab, but no grab-cursor, use the cursor from the grabbed

2000-11-29  Alexander Larsson  <alexl@redhat.com>

* gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
a grab, but no grab-cursor, use the cursor from the grabbed
window. (gdk_fb_window_send_crossing_events): Send normal
enter/leave notifications if grab and owner_events == TRUE.

25 years agoDo implicit button grabs, even if the window doesn't want the event.
Alexander Larsson [Wed, 29 Nov 2000 11:49:17 +0000 (11:49 +0000)]
Do implicit button grabs, even if the window doesn't want the event.

2000-11-29  Alexander Larsson  <alexl@redhat.com>

* gdk/linux-fb/gdkinput-ps2.c (send_button_event):
Do implicit button grabs, even if the window doesn't
want the event.
(gdk_fb_window_send_crossing_events): If there is a
grab, only the grabbed window gets normal enter/leave
notifications. On ungrab go from grabbed window to current.
Don't send any notification to b when propagating from c -> b.
If setting a grab on window, don't set prev_window.
(handle_mouse_input): Send enter/leave events to the window the
mouse is over, not the grabbed one.

25 years agoOnly build im-xim if USE_X11 is enabled s/strcpy/memcpy/ to save a few
Elliot Lee [Tue, 28 Nov 2000 18:46:11 +0000 (18:46 +0000)]
Only build im-xim if USE_X11 is enabled s/strcpy/memcpy/ to save a few

* modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
* gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.

25 years agoZap warning.
Elliot Lee [Tue, 28 Nov 2000 18:45:03 +0000 (18:45 +0000)]
Zap warning.

Zap warning.

25 years agobasic.c: Include string.h Makefile.am: -L$(top_builddir)/gdk-pixbuf/.libs
Elliot Lee [Tue, 28 Nov 2000 17:58:38 +0000 (17:58 +0000)]
basic.c: Include string.h Makefile.am: -L$(top_builddir)/gdk-pixbuf/.libs

basic.c: Include string.h
Makefile.am: -L$(top_builddir)/gdk-pixbuf/.libs

25 years agoThe cursor should be hidden if it is part of either the source or
Alexander Larsson [Tue, 28 Nov 2000 16:39:55 +0000 (16:39 +0000)]
The cursor should be hidden if it is part of either the source or

2000-11-28  Alexander Larsson  <alla@lysator.liu.se>

* gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
The cursor should be hidden if it is part of either the
source or destination region. Not only if it is in both.
(gdk_window_set_transient_for): Silence warnings.

25 years agoFix filled arcs and commit previous stuff which i somehow missed.
Alexander Larsson [Tue, 28 Nov 2000 15:38:23 +0000 (15:38 +0000)]
Fix filled arcs and commit previous stuff which i somehow missed.

25 years agoImplement configure events and correct enter/leave notification.
Alexander Larsson [Tue, 28 Nov 2000 08:44:02 +0000 (08:44 +0000)]
Implement configure events and correct enter/leave notification.

25 years agoTranslations from Keld
Kenneth Christiansen [Tue, 28 Nov 2000 04:35:33 +0000 (04:35 +0000)]
Translations from Keld
gtk+/po/da.po

25 years agoRemove a trailing comma
Havoc Pennington [Tue, 28 Nov 2000 01:01:58 +0000 (01:01 +0000)]
Remove a trailing comma

2000-11-27  Havoc Pennington  <hp@redhat.com>

        * gtk/gtkprivate.h (enum): Remove a trailing comma

25 years agoTranslations from Keld
Kenneth Christiansen [Mon, 27 Nov 2000 20:49:38 +0000 (20:49 +0000)]
Translations from Keld
gtk+/po/da.po

25 years agoConnect to the "changed" callback of the adjustment. We need to redraw the
Federico Mena Quintero [Mon, 27 Nov 2000 17:47:52 +0000 (17:47 +0000)]
Connect to the "changed" callback of the adjustment. We need to redraw the

2000-11-27  Federico Mena Quintero  <federico@helixcode.com>

* gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
the "changed" callback of the adjustment.  We need to redraw the
spin button's arrows when the adjustment's range changes.
(adjustment_changed_cb): Draw the arrows.
(gtk_spin_button_value_changed): Draw the arrows.

25 years agoHuge GtkFB patch with lots of small bugfixes and initial selections implementation.
Alexander Larsson [Sat, 25 Nov 2000 15:44:35 +0000 (15:44 +0000)]
Huge GtkFB patch with lots of small bugfixes and initial selections implementation.

2000-11-23  Alexander Larsson  <alexl@redhat.com>

* gdk/linux-fb/gdkselection-fb.c:
Initial selection implementation.

* gtk/gtkselection.c:
if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
requestor in gtk_selection_request.

* gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
Added gdk_selection_property atom.

* gdk/linux-fb/gdkprivate-fb.h:
Export _gdk_selection_window_destroyed.
Removed mask_off_x/y from GdkCursorPrivateFB.
Removed hbearing, added top, left to PangoFBGlyphInfo.

* gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
Call _gdk_selection_window_destroyed
(_gdk_windowing_window_init): Don't call gdk_cursor_new() before
the root window has been created.
(static_dx_hack, static_dy_hack, compare_draw_rects,
gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
in region. They are already sorted. Instead just traverse them in
reverse if draw_direction < 0.

* gdk/linux-fb/gdkinput-ps2.c (send_button_event):
Double-clicks must be sent after the normal button_press.
(gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.

* gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
Pass _gdk_fb_screen_gc instead of NULL.

* gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
Initialize gdk_selection_property.
(gdk_event_make): Remove unused code.

* gdk/linux-fb/gdkcursor-fb.c:
Make the pixmap for the cursor the same size as the mask. Also remove
the mask_off_x/y fields in GdkCursorPrivateFB and combine
_gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
Now the whole cursor is visible.

* gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
Fix bug where xdest+height instead of ydest+height was used
to calculate if the source and dest overlapped. This fixes the
redraw bug when the main window in testgtk was scrolled when
partially covered by a tall window.
Copy rectangles in region in order depending on draw_direction.
Also moved the draw_direction flipping of start_y and end_y into
the gc functions, as this might not be what all of them want.
(gdk_fb_draw_lines): Support dashed lines.
(gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
so that the text is positioned correctly (was 1 pixel high).

gdk/linux-fb/gdkgc-fb.c:
Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
all lines were drawn a pixel to short. Also checked the default of
the rest of the values, and they're the same as X now.

* gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
Clean up pixel positioning of the glyphs. Just use bgy->top and
bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
to all divisions to get correct rounding behaviour.

* gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
Moved start_y/end_y flip into draw_drawable implementations.
Flip also x rendering when draw_direction < 0.
Remove unneccesary multiply with draw_direction.

25 years ago- get rid of gtk_toggle_button_toggled FUD - start DND section - needs
GMT 2000 Tony Gale [Wed, 22 Nov 2000 14:15:04 +0000 (14:15 +0000)]
- get rid of gtk_toggle_button_toggled FUD - start DND section - needs

Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>

        * docs/tutorial/gtk-tut.sgml:
          - get rid of gtk_toggle_button_toggled FUD
          - start DND section - needs work - based on:
                http://wolfpack.twu.net/docs/gtkdnd/

25 years agoCorrect calculation of font metrics. Now GtkEntrys have sane size.
Alexander Larsson [Wed, 22 Nov 2000 12:09:08 +0000 (12:09 +0000)]
Correct calculation of font metrics. Now GtkEntrys have sane size.

2000-11-22  Alexander Larsson  <alexl@redhat.com>

* gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
Correct calculation of font metrics. Now GtkEntrys have sane
size.

25 years agoi2000-11-22 Alexander Larsson <alexl@redhat.com>
Alexander Larsson [Wed, 22 Nov 2000 10:07:34 +0000 (10:07 +0000)]
i2000-11-22  Alexander Larsson  <alexl@redhat.com>

        * gdk/gdktypes.h:
Add new type GdkSpan

* docs/reference/gdk/gdk-sections.txt,
docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
gdk/gdkregion.h:
Implement and document gdk_region_spans_intersect_foreach.

* gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
Add new file gdkrender-fb.c which contains all core
rendering code.
Add gdk_fb_fill_rectangle_generic (old rectangle code) and
gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
(optimized rectangle fillers).

* gdk/linux-fb/gdkdrawable-fb2.c:
Move all rendering code to gdkrender-fb.c.
Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
Use the new span intersection functions in gdk_fb_fill_spans.
gdk_fb_draw_rectangle() clips filled rectangles and calls
gc->fill_rectangle with the result.
gdk_fb_fill_spans() gets extra argument "sorted".

* gdk/linux-fb/gdkevents-fb.c:
Remove unused includes and defines.
New function gdk_fb_get_time() to get correct time for events.

* gdk/linux-fb/gdkinput-ps2.c:
Use gdk method of generating multiple-clicks (gdk_event_button_generate)
Make sure to set the time of all events.

* gdk/linux-fb/gdkmain-fb.c:
Use gdk_fb_get_time ().

* gdk/linux-fb/gdkprivate-fb.h:
New virtual GC calls: fill_span & fill_rectangle.
Export gdk_fb_get_time().
gdk_fb_fill_spans() gets extra argument "sorted".

* gdk/linux-fb/mi*.c:
Use GdkSpan instead of GdkRectangle.
Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
from XFree 4 source)

25 years agoIt's amazing what reversing the order in an if statement will do. Doing so
2 [Wed, 22 Nov 2000 07:45:28 +0000 (07:45 +0000)]
It's amazing what reversing the order in an if statement will do. Doing so

2000-11-22    <jrb@redhat.com>

* gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
reversing the order in an if statement will do.  Doing so managed
to make the treemodelsort half work.  Other half will follow after
I get the insert function fully fixed.

25 years agosync to home
Jonathan Blandford [Wed, 22 Nov 2000 05:16:37 +0000 (05:16 +0000)]
sync to home

25 years agoGdkEventButton->button can occupy significantly more than 2 bits. Besides,
Elliot Lee [Wed, 22 Nov 2000 01:00:26 +0000 (01:00 +0000)]
GdkEventButton->button can occupy significantly more than 2 bits. Besides,

* gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly more than 2
bits. Besides, I need to implement an evil hack. :)

25 years agoPrepare for tarball-of-po-files.
Robert Brady [Tue, 21 Nov 2000 17:53:43 +0000 (17:53 +0000)]
Prepare for tarball-of-po-files.

25 years agominor corrections
GMT 2000 Tony Gale [Tue, 21 Nov 2000 14:19:15 +0000 (14:19 +0000)]
minor corrections

Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>

        * docs/tutorial/gtk-tut.sgml: minor corrections

25 years agoAdd convertion functions to let you convert to and from relative path's
Jonathan Blandford [Tue, 21 Nov 2000 09:07:45 +0000 (09:07 +0000)]
Add convertion functions to let you convert to and from relative path's

2000-11-20  Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreemodelsort.h: Add convertion functions to let you
  convert to and from relative path's and iters.

* gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
  testing sorting functions a bit better.  Currently broken -- will
  fix in morning.

25 years agoDocumented a bunch of functions in here (gtk_widget_realize): Warn if you
Havoc Pennington [Tue, 21 Nov 2000 02:06:21 +0000 (02:06 +0000)]
Documented a bunch of functions in here (gtk_widget_realize): Warn if you

2000-11-20  Havoc Pennington  <hp@redhat.com>

* gtk/gtkwidget.c: Documented a bunch of functions in here
(gtk_widget_realize): Warn if you try to realize
a widget with no parent that isn't a toplevel
(gtk_widget_intersect): return a gboolean

25 years agoSemi-finish widget embedding. Need guffaw scrolling to be implemented in
Havoc Pennington [Mon, 20 Nov 2000 23:51:51 +0000 (23:51 +0000)]
Semi-finish widget embedding. Need guffaw scrolling to be implemented in

2000-11-20  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
gtk/testtext.c: Semi-finish widget embedding. Need guffaw
scrolling to be implemented in GDK to finish. Also, right now
we just size_allocate all children on every layout change,
which is pretty lame. Test commented out of testtext.c,
until it works better.

25 years agoRemoved unused arguments from gdk_fb_drawable_get_pixel().
Alexander Larsson [Mon, 20 Nov 2000 10:12:40 +0000 (10:12 +0000)]
Removed unused arguments from gdk_fb_drawable_get_pixel().

2000-11-20  Alexander Larsson  <alla@lysator.liu.se>

* gdk/linux-fb/gdkdrawable-fb2.c:
Removed unused arguments from gdk_fb_drawable_get_pixel().

* gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
Renamed fidur specific mouse packet data in MouseDevice to
generic. Used it in ps2 mouse handling code to avoid blocking
reads.

25 years agoChanged to have the list become non-italic when the demo window is
Jonathan Blandford [Sat, 18 Nov 2000 23:59:30 +0000 (23:59 +0000)]
Changed to have the list become non-italic when the demo window is

Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>

* demos/gtk-demo/main.c: Changed to have the list become
non-italic when the demo window is destroyed through an external
event (like a close button).  Doing so found three bugs in the
widget.

* demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.

* gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
we actually set the cell.

* gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto

* gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
free a leaked path.  Thanks memprof.

25 years agoFix off-by-one error when destroying allocated segments on failure.
Owen Taylor [Sat, 18 Nov 2000 17:01:01 +0000 (17:01 +0000)]
Fix off-by-one error when destroying allocated segments on failure.

Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>

* gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix
off-by-one error when destroying allocated segments
on failure. (Elliot)

25 years agoPatch from ChiDeok Hwang to fix memleaks found by Evan Martin.
Owen Taylor [Sat, 18 Nov 2000 16:48:39 +0000 (16:48 +0000)]
Patch from ChiDeok Hwang to fix memleaks found by Evan Martin.

Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
memleaks found by Evan Martin.

25 years ago Nov 17 20:14:20 2000 Owen Taylor <otaylor@redhat.com>
Owen Taylor [Sat, 18 Nov 2000 01:49:50 +0000 (01:49 +0000)]
 Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>

        * Released 1.3.2

* NEWS: Updates for 1.3.2

25 years agoReleased 1.3.2
Owen Taylor [Sat, 18 Nov 2000 01:49:13 +0000 (01:49 +0000)]
Released 1.3.2

Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>

        * Released 1.3.2

* NEWS: Updates for 1.3.2

25 years agoUpdate.
Tor Lillqvist [Fri, 17 Nov 2000 22:30:47 +0000 (22:30 +0000)]
Update.

2000-11-18  Tor Lillqvist  <tml@iki.fi>

* gtk/gtk.def: Update.

* gtk/gtktexttypes.h: Mark variables for export/import from DLL.

25 years agoAdd comment that GdkXEvent isn't only for XEvent, but in general for
Tor Lillqvist [Fri, 17 Nov 2000 21:59:04 +0000 (21:59 +0000)]
Add comment that GdkXEvent isn't only for XEvent, but in general for

2000-11-17  Tor Lillqvist  <tml@iki.fi>

* gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
but in general for window system specific events.

* gtk/gtk.def
* gtk/makefile.mingw.in
* gtk/makefile.msc.in: Update.

25 years agoDo not, in any circumstances, distribute gtk.immodules.
Owen Taylor [Thu, 16 Nov 2000 21:17:53 +0000 (21:17 +0000)]
Do not, in any circumstances, distribute gtk.immodules.

Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
distribute gtk.immodules.

* gtk/Makefile.am (install-data-local): Don't install the
gtk.immodules file created for the uninstalled modules;
instead run gtk-query-immodules after install

25 years agocvsignore updates
Owen Taylor [Thu, 16 Nov 2000 16:14:17 +0000 (16:14 +0000)]
cvsignore updates

25 years agoPoint -rpath to the right install location.
Owen Taylor [Thu, 16 Nov 2000 16:11:05 +0000 (16:11 +0000)]
Point -rpath to the right install location.

Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>

* modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
-rpath to the right install location.

* modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
-export-dynamic.

* gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
properly.

25 years agoApply patch from Mikael Hermansson to temporarily stop blinking while the
Havoc Pennington [Thu, 16 Nov 2000 05:45:42 +0000 (05:45 +0000)]
Apply patch from Mikael Hermansson to temporarily stop blinking while the

2000-11-15  Havoc Pennington  <hp@pobox.com>

* gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
patch from Mikael Hermansson to temporarily stop blinking while
the user is using the keyboard to type or navigate.

Also, when blinking, stay on for longer than we stay off. Also,
return from start_cursor_blink if !cursor_visible, to save
checking that flag all over the place before we call
start_cursor_blink.

25 years agoRemove the locale-specific gtkrc's, as they only contain a "fontset" line,
Robert Brady [Thu, 16 Nov 2000 01:51:17 +0000 (01:51 +0000)]
Remove the locale-specific gtkrc's, as they only contain a "fontset" line,

Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>

* gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
only contain a "fontset" line, which is now ignored.

* gtk/Makefile.am: Don't build the above.

* gtk/gtkentry.c (gtk_entry_button_release): Make
double-click-to-select-word work.

25 years agoDon't move back one char when we are actually at the end of the paragraph.
Owen Taylor [Thu, 16 Nov 2000 01:19:27 +0000 (01:19 +0000)]
Don't move back one char when we are actually at the end of the paragraph.

Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end):
Don't move back one char when we are actually at the end of the
paragraph.

CV: ----------------------------------------------------------------------

25 years agoKill stray conflict line.
Robert Brady [Thu, 16 Nov 2000 00:47:38 +0000 (00:47 +0000)]
Kill stray conflict line.

25 years ago'o' < 'p'.
Robert Brady [Thu, 16 Nov 2000 00:41:02 +0000 (00:41 +0000)]
'o' < 'p'.

2000-11-15  Robert Brady  <robert@suse.co.uk>

* modules/input/iminuktitut.c (inuktitut_compose_seqs):
'o' < 'p'.

* gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
bind_textdomain_codeset.

(gtk_init_check): Make the warning about translating default:LTR
sterner.

25 years agoremove unecessary rules for win32-specific config-substituted targets. If
Owen Taylor [Thu, 16 Nov 2000 00:16:46 +0000 (00:16 +0000)]
remove unecessary rules for win32-specific config-substituted targets. If

Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>

* **/Makefile.am : remove unecessary rules for win32-specific
config-substituted targets. If you want these rules, use
--enable-maintainer-mode (called automatically by autogen.sh).
Stops a lot of unneccessary make-time warnings.

* gtk/gtktext{layout,display}.c: Factor in total width as
well as screen when figuring alignment for word-wrap as well as
no wrap; this is necessary to handle lines that cannot be wrapped
at all.

25 years agoImplement essential color cycling feature
Havoc Pennington [Wed, 15 Nov 2000 23:25:08 +0000 (23:25 +0000)]
Implement essential color cycling feature

2000-11-15  Havoc Pennington  <hp@redhat.com>

* gtk/testtext.c: Implement essential color cycling feature

25 years agoAdd s'more TODO items.
Elliot Lee [Wed, 15 Nov 2000 22:08:10 +0000 (22:08 +0000)]
Add s'more TODO items.

Add s'more TODO items.

25 years agoInvalidate the side windows when we invalidate the main window.
Havoc Pennington [Wed, 15 Nov 2000 21:22:52 +0000 (21:22 +0000)]
Invalidate the side windows when we invalidate the main window.

2000-11-15  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextview.c (changed_handler): Invalidate the side windows
when we invalidate the main window.

* gtk/testtext.c (create_view): Get rid of text_changed_callback,
GtkTextView will now invalidate the side windows for us when text
changes.

25 years agoed Nov 15 16:02:20 2000 Owen Taylor <otaylor@redhat.com>
Owen Taylor [Wed, 15 Nov 2000 21:12:58 +0000 (21:12 +0000)]
ed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
unconditionally, since we may need to update the horizontal
scrollbars even if the height didn't change.

* gtk/gtktextlayout.c (add_preedit_attrs): Always get
the extra attrs, since some of them affect size.

* gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
x_offset correctly.

25 years agoIf indent is negative, don't move the first line out into the margin,
Havoc Pennington [Wed, 15 Nov 2000 19:50:45 +0000 (19:50 +0000)]
If indent is negative, don't move the first line out into the margin,

2000-11-15  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextlayout.c (set_para_values): If indent is negative,
don't move the first line out into the margin, instead move the
whole paragraph in order to make space for the first line within
the margin

25 years agooffset redraw rect by xoffset in addition to yoffset, so horizontal
Havoc Pennington [Wed, 15 Nov 2000 17:49:07 +0000 (17:49 +0000)]
offset redraw rect by xoffset in addition to yoffset, so horizontal

2000-11-15  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextview.c (changed_handler): offset redraw rect by
xoffset in addition to yoffset, so horizontal scrolling doesn't
break redraws

25 years agoRemove extra pixel from the cursor (render_layout_line): fix reversed test
Havoc Pennington [Wed, 15 Nov 2000 17:43:08 +0000 (17:43 +0000)]
Remove extra pixel from the cursor (render_layout_line): fix reversed test

2000-11-15  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
from the cursor
(render_layout_line): fix reversed test that caused weird
underlines to get drawn

25 years agoFixed some debug macros.
Alexander Larsson [Wed, 15 Nov 2000 13:48:13 +0000 (13:48 +0000)]
Fixed some debug macros.

25 years agoAdded virtual functions set_pixel, get_color, fill_span and draw_drawable
Alexander Larsson [Wed, 15 Nov 2000 12:45:30 +0000 (12:45 +0000)]
Added virtual functions set_pixel, get_color, fill_span and draw_drawable

2000-11-15  Alexander Larsson  <alla@lysator.liu.se>

* gdk/linux-fb/gdkprivate-fb.h:
Added virtual functions set_pixel, get_color,
fill_span and draw_drawable to the GC.
Added global _gdk_fb_screen_gc to use instead of
NULL when drawing to the screen.
Added _gdk_fb_gc_calc_state() prototype.

* gdk/linux-fb/gdkgc-fb.c:
Call _gdk_fb_gc_calc_state() on any gc state change.

* gdk/linux-fb/gdkglobals-fb.c:
Add _gdk_fb_screen_gc

* gdk/linux-fb/gdkdrawable-fb2.c:
_gdk_fb_gc_calc_state() calculates best functions
for the GC state and depth.
Moved bpp specialized code to separate functions.
Added optimized 24 bpp AA draw_drawable.

* gdk/linux-fb/gdkevents-fb.c:
Silence gcc warning.

* gdk/linux-fb/gdkimage-fb.c:
Use _gdk_fb_screen_gc

* gdk/linux-fb/gdkwindow-fb.c:
Init and use _gdk_fb_screen_gc

* gdk/linux-fb/mitypes.h:
Remove unused types.

25 years agouse PANGO_PIXELS() to convert to pixels
Havoc Pennington [Wed, 15 Nov 2000 05:35:57 +0000 (05:35 +0000)]
use PANGO_PIXELS() to convert to pixels

2000-11-14  Havoc Pennington  <hp@pobox.com>

* gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
to pixels

25 years agochange "offset" to "rise"
Havoc Pennington [Wed, 15 Nov 2000 03:41:45 +0000 (03:41 +0000)]
change "offset" to "rise"

2000-11-14  Havoc Pennington  <hp@pobox.com>

* gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"

* gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
unknown char, no real reason we were using a variable.
Remove gtk_text_unknown_char variable. Fix all the text widget
files accordingly.

* gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC,
since the Unicode spec seems to prefer that character for our
purposes.

25 years agoThe return value of g_getenv() isn't freeable, so g_strdup it.
Robert Brady [Wed, 15 Nov 2000 02:45:55 +0000 (02:45 +0000)]
The return value of g_getenv() isn't freeable, so g_strdup it.

Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>

* gtk/gtkrc.c (gtk_rc_get_im_module_file): The return
value of g_getenv() isn't freeable, so g_strdup it.

* modules/input/inuktitut.c: Inuktitut input method.

* modules/input/Makefile.am: Build this.

25 years agoInstall gtk.immodules, needed for operation of gtk programs.
Elliot Lee [Wed, 15 Nov 2000 01:43:45 +0000 (01:43 +0000)]
Install gtk.immodules, needed for operation of gtk programs.

2000-11-14  Elliot Lee  <sopwith@redhat.com>

* gtk/Makefile.am: Install gtk.immodules, needed for operation
of gtk programs.

25 years agoFix reversed > that was causing Home to go to end of previous line.
Owen Taylor [Wed, 15 Nov 2000 01:16:03 +0000 (01:16 +0000)]
Fix reversed > that was causing Home to go to end of previous line.

Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
reversed > that was causing Home to go to end of previous line.

* gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
modified-keypresses (leave for bindings.)

* modules/input/Makefile.am: Remove useless -export-dynamic
from module LDFLAGS.

25 years agoAdd -avoid-version for all modules.
Owen Taylor [Wed, 15 Nov 2000 01:14:37 +0000 (01:14 +0000)]
Add -avoid-version for all modules.

Tue Nov 14 11:51:26 2000  Owen Taylor  <otaylor@redhat.com>

* Makefile.am: Add -avoid-version for all modules.

25 years agoDraw underlines one pixel higher.
Havoc Pennington [Wed, 15 Nov 2000 00:23:37 +0000 (00:23 +0000)]
Draw underlines one pixel higher.

2000-11-14  Havoc Pennington  <hp@redhat.com>

* gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
higher.

* gtk/gtktextdisplay.c (render_layout_line): Take rise into
account. Also, render rise, underline, background, etc. for
pixbufs as well as text. Also, draw underlines one pixel higher.

* gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
PangoAttribute for the rise, so it gets drawn properly. Also,
add the GtkTextAppearance attribute for pixbuf/widget segments
as well; we should go ahead and have rise, underline, background,
stipple work for those

* gtk/gtktexttag.c: Rename "offset" property to "rise" to match
Pango

25 years agoRename gtk/gtk.rc.in to gtk/gtk-win32.rc.in because the build-dll
Tor Lillqvist [Tue, 14 Nov 2000 23:07:33 +0000 (23:07 +0000)]
Rename gtk/gtk.rc.in to gtk/gtk-win32.rc.in because the build-dll
script (in GLib) looks for the resource file having the same basename
as the DLL being built. Update configure.in and gtk/Makefile.am accordingly.

25 years agoAdd new objects.
Tor Lillqvist [Tue, 14 Nov 2000 23:01:47 +0000 (23:01 +0000)]
Add new objects.

2000-11-15  Tor Lillqvist  <tml@iki.fi>

* gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.

* gtk/gtk.def: Update.

* gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
included.
(gtk_rc_get_im_module_file): Use run-time installation directory
on Win32.

25 years agoRemove. New file. New file Corresponding changes.
Tor Lillqvist [Tue, 14 Nov 2000 22:16:24 +0000 (22:16 +0000)]
Remove. New file. New file Corresponding changes.

2000-11-15  Tor Lillqvist  <tml@iki.fi>

* gdk/win32/rc/gdk.rc: Remove.
* gdk/win32/rc/gdk.rc.in: New file.
* gdk/win32/rc/Makefile.am: New file
* gdk/win32/Makefile.am: Corresponding changes.

* gtk/gtk.rc: Remove.
* gtk/gtk.rc.in: New file.
* gtk/Makefile.am: Corresponding changes.

* configure.in: Corresponding changes.

25 years agoRemove, useless. A distribution already has a built gtkcompat.h.
Tor Lillqvist [Tue, 14 Nov 2000 21:57:23 +0000 (21:57 +0000)]
Remove, useless. A distribution already has a built gtkcompat.h.

2000-11-14  Tor Lillqvist  <tml@iki.fi>

* gtk/gtkcompat.h.win32: Remove, useless. A distribution already
has a built gtkcompat.h. Developers using CVS code on Win32 can
hand-edit it from gtkcompat.h.in.

* gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
gtkcompat.h from gtkcompat.h.win32.

25 years agoFix drag-and-drop to default to GDK_ACTION_MOVE if the drag is within a
Havoc Pennington [Tue, 14 Nov 2000 21:07:11 +0000 (21:07 +0000)]
Fix drag-and-drop to default to GDK_ACTION_MOVE if the drag is within a

2000-11-14  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
to default to GDK_ACTION_MOVE if the drag is within a single
widget. Defaults to GDK_ACTION_COPY between widgets.

25 years agoremoved accidentally committed debugging message
Owen Taylor [Tue, 14 Nov 2000 20:36:03 +0000 (20:36 +0000)]
removed accidentally committed debugging message

25 years agoFix srcdir != builddir
Owen Taylor [Tue, 14 Nov 2000 16:38:04 +0000 (16:38 +0000)]
Fix srcdir != builddir

Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>

* demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir

* gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk

* gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
srcdir != builddir

* modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk

* configure.in (GTK_VERSION): Up to 1.3.2

* modules/input/Makefile.am (im_xim_la_SOURCES): Add
gtkimcontextxim.h

* gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
missing doc comment.

25 years agoAdd some new template files to cvs
Owen Taylor [Tue, 14 Nov 2000 16:37:32 +0000 (16:37 +0000)]
Add some new template files to cvs

25 years agocd to srcdir before calling gtkdoc-fixref, distribute index.sgml.
Owen Taylor [Tue, 14 Nov 2000 16:36:20 +0000 (16:36 +0000)]
cd to srcdir before calling gtkdoc-fixref, distribute index.sgml.

Mon Nov 13 16:58:43 2000  Owen Taylor  <otaylor@redhat.com>

* {gtk,gdk,gdk-pixbuf}/Makefile.am: cd to srcdir before
calling gtkdoc-fixref, distribute index.sgml.

* gtk/gtk-docs.sgml gtk/Makefile.am gtk/gtk-sections.txt
gtk/gtk.types: Update

25 years agoFixed previous UTF-8 crack
Szabolcs Ban [Tue, 14 Nov 2000 15:50:47 +0000 (15:50 +0000)]
Fixed previous UTF-8 crack

25 years agoUse the glib iconv wrappers.
Alexander Larsson [Tue, 14 Nov 2000 10:09:21 +0000 (10:09 +0000)]
Use the glib iconv wrappers.

2000-11-14  Alexander Larsson  <alexl@redhat.com>

* modules/linux-fb/basic.c:
Use the glib iconv wrappers.

25 years agoFixed
Szabolcs Ban [Tue, 14 Nov 2000 09:13:11 +0000 (09:13 +0000)]
Fixed

25 years agospiff up the demo a bit; reveals still more bugs.
Havoc Pennington [Tue, 14 Nov 2000 04:57:33 +0000 (04:57 +0000)]
spiff up the demo a bit; reveals still more bugs.

2000-11-13  Havoc Pennington  <hp@pobox.com>

* demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
still more bugs.

* gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
scroll the GdkWindows before realization.

25 years agofix bug where GC didn't always get updated properly
Havoc Pennington [Tue, 14 Nov 2000 01:08:28 +0000 (01:08 +0000)]
fix bug where GC didn't always get updated properly

2000-11-13  Havoc Pennington  <hp@redhat.com>

* gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug
where GC didn't always get updated properly

* demos/gtk-demo/textview.c (create_tags): Use subattributes
of fonts instead of setting the entire font

* gtk/testtext.c (fill_example_buffer): Use "size" instead of
setting entire font

* gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings

* gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into
a bunch of individually-settable font attributes. You can still
use the "font" and "font_desc" args, they just set all the font
attributes at once.

25 years agoAdd a couple of missing G_GNUC_CONST's.
Elliot Lee [Mon, 13 Nov 2000 19:47:31 +0000 (19:47 +0000)]
Add a couple of missing G_GNUC_CONST's.

Add a couple of missing G_GNUC_CONST's.

25 years agoconfirm path != NULL ditto
Jonathan Blandford [Mon, 13 Nov 2000 19:23:24 +0000 (19:23 +0000)]
confirm path != NULL ditto

Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>

* gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
* gtk/gtktreemodel.c (gtk_tree_path_free): ditto

* gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
work better.

25 years agoFree the filename of the module file.
Havoc Pennington [Mon, 13 Nov 2000 18:49:52 +0000 (18:49 +0000)]
Free the filename of the module file.

2000-11-13  Havoc Pennington  <hp@redhat.com>

* gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of
the module file.

* gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
dest->language

* gtk/testtext.c: Test pixels above/below/inside paragraphs
settings

* gtk/gtktextview.c: Implement object args and setters/getters for
all the aspects of the GtkTextAttributes that are not set from
GtkWidget attributes. This is spacing, justification, margins,
etc.

(gtk_text_view_set_arg)
(gtk_text_view_get_arg): implement get/set for editable, wrap mode
args
(gtk_text_view_class_init): Add args for justify, left_margin,
right_margin, indent, and tabs

* gtk/gtktextlayout.c (set_para_values): fix to display indent
attribute properly

* gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute,
replace with indent attribute

* gtk/gtktextlayout.c (set_para_values): multiply indent by
PANGO_SCALE

* gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
rearranging code to do that
(gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
i.e. don't subtract the top_margin first, just to keep
all margin-futzing in one place.

* gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter

* gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
special case of last line, Pango now handles this itself.
(gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the
Y coordinate
(gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
(find_display_line_above): wasn't moving the byte index as it
iterated over lines, so always returned byte 0. Also, port to use
PangoLayoutIter.
(find_display_line_below): same problem as
find_display_line_above. Also, port to use PangoLayoutIter.

25 years agoCleanup and reindent of GtkFB.
Alexander Larsson [Mon, 13 Nov 2000 17:40:23 +0000 (17:40 +0000)]
Cleanup and reindent of GtkFB.
Added some serial mouse support.
Updates to latest Gtk+/pango

25 years agoGCompareFunc -> GEqualFunc where applicable.
Sebastian Wilhelmi [Mon, 13 Nov 2000 13:15:41 +0000 (13:15 +0000)]
GCompareFunc -> GEqualFunc where applicable.

2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>

* gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
GEqualFunc where applicable.

* gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
pango_font_description_equal as changed in pango.

* gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.

* gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.

* gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.

* gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.

* gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.

* gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.

* gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
gtk_gc_drawable_compare -> gtk_gc_drawable_equal.

* gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
gtk_rc_styles_compare -> gtk_rc_styles_equal.

25 years agoForgot to add this file
Havoc Pennington [Mon, 13 Nov 2000 06:08:51 +0000 (06:08 +0000)]
Forgot to add this file

25 years agochange demo install dir to datadir/gtk+-2.0/demo
Havoc Pennington [Mon, 13 Nov 2000 06:08:17 +0000 (06:08 +0000)]
change demo install dir to datadir/gtk+-2.0/demo

2000-11-12  Havoc Pennington  <hp@pobox.com>

* demos/gtk-demo/Makefile.am (democodedir): change demo install
dir to datadir/gtk+-2.0/demo

* demos/gtk-demo/textview.c: Text widget demo; reveals all
sorts of text widget and Pango font bugs. Urgh.

* demos/gtk-demo/Makefile.am (demos): Add textview.c

* demos/gtk-demo/main.c (create_tree): Add instructions at top of
tree that you should double click to see the demo. Fix
types of variables to reflect changed return values from
GtkTreeStore and GtkTreeViewColumn constructors.

* gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
newly-created buffer to prepare for GObject semantics

* gtk/testtext.c: don't leak the buffer with GObject semantics

* gtk/testtextbuffer.c: ditto

25 years agoRename this testgtk to gtk-demo to avoid confusion, and install it so
Havoc Pennington [Mon, 13 Nov 2000 04:36:38 +0000 (04:36 +0000)]
Rename this testgtk to gtk-demo to avoid confusion, and install it so

2000-11-12  Havoc Pennington  <hp@pobox.com>

        Rename this testgtk to gtk-demo to avoid confusion, and
install it so people can use it as a supplement to
the documentation.

        * demos/gtk-demo: Moved from demos/testgtk

* demos/testgtk: Removed

* configure.in: make Makefile in gtk-demo

* demos/gtk-demo/Makefile.am: Install sample source to
datadir/gtk-demo (maybe there's a better place?), and
rename the binary to gtk-demo

* demos/gtk-demo/main.c (load_file): Load installed sample
source if source isn't found in pwd.

25 years agoFix a URL.
Robert Brady [Mon, 13 Nov 2000 04:18:38 +0000 (04:18 +0000)]
Fix a URL.

25 years agoAdd an "invisible_char" argument to set the char displayed when visibility
Havoc Pennington [Mon, 13 Nov 2000 03:29:14 +0000 (03:29 +0000)]
Add an "invisible_char" argument to set the char displayed when visibility

2000-11-09  Havoc Pennington  <hp@pobox.com>

* gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char"
argument to set the char displayed when visibility == FALSE
(gtk_entry_create_layout): If !entry->visible, replace
all chars with the "invisible char"

* gtk/testgtk.c: Test the invisible_char deal

25 years agoFall back to "fixed" if we can't get a native font in the right encoding.
Robert Brady [Mon, 13 Nov 2000 02:20:52 +0000 (02:20 +0000)]
Fall back to "fixed" if we can't get a native font in the right encoding.

Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>

* gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
can't get a native font in the right encoding.

25 years agoChinese .po have been renamed.
Robert Brady [Mon, 13 Nov 2000 00:39:46 +0000 (00:39 +0000)]
Chinese .po have been renamed.

25 years agoBad Italian translation team!
Robert Brady [Mon, 13 Nov 2000 00:32:42 +0000 (00:32 +0000)]
Bad Italian translation team!

When I say

   Translate to default:RTL if you want your widgets
   to be RTL, otherwise translate to default:LTR.

I do _not_ mean

   otherwise translate to predefinito:LTR.

Hmm, perhaps the warning should be a little stronger. But anyway.

25 years agoFix warning when moving between paragraphs.
Owen Taylor [Mon, 13 Nov 2000 00:30:05 +0000 (00:30 +0000)]
Fix warning when moving between paragraphs.

Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
Fix warning when moving between paragraphs.

* gtk/gtkentry.[ch]: Change move => move_cursor,
delete => delete_from_cursor, insert => insert_at_cursor

25 years agoConvert it all to UTF-8.
Robert Brady [Mon, 13 Nov 2000 00:24:47 +0000 (00:24 +0000)]
Convert it all to UTF-8.

25 years agoA vietnamese VIQR-based input method.
Robert Brady [Sun, 12 Nov 2000 22:59:39 +0000 (22:59 +0000)]
A vietnamese VIQR-based input method.

Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>

   * modules/input/imviqr.c: A vietnamese VIQR-based input method.

   * modules/input/imthai-broken.c: A Thai input method for use if
   Thai keys are really generating Latin1 keysyms.

   * modules/input/Makefile.am: Build these.

25 years agog_filename_{to,from}_utf8 now takes an extra parameter.
Robert Brady [Sun, 12 Nov 2000 22:15:43 +0000 (22:15 +0000)]
g_filename_{to,from}_utf8 now takes an extra parameter.

Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>

* gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c:
g_filename_{to,from}_utf8 now takes an extra parameter.

* gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
strftime into UTF-8.

(column_from_x, gtk_calendar_paint_day_names): Support RTL
calendars.

(gtk_calendar_paint_day_names): Draw day names in the right
place.

25 years agoFix problem with using result of g_get_charset() backwards - pointed out
Owen Taylor [Sun, 12 Nov 2000 19:16:11 +0000 (19:16 +0000)]
Fix problem with using result of g_get_charset() backwards - pointed out

Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>

* gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
problem with using result of g_get_charset() backwards -
pointed out by Mikael Hermansson <mikeh@bahnhof.se>.

* gtk/gtkwindow.c (gtk_window_compute_hints): Support
negative min_width/height and max_width/height to
mean "requisition"; this allows setting a window
to be user-resizable in only one direction easily.

* gtk/testgtk.c (create_main_window): Remove hard-coded
usize - set a default size in the vertical direction.

25 years agoAdd some missing casts. Support 2 and 3 button clicks on the arrows to
Owen Taylor [Sun, 12 Nov 2000 18:42:30 +0000 (18:42 +0000)]
Add some missing casts. Support 2 and 3 button clicks on the arrows to

Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkrange.c: Add some missing casts. Support
2 and 3 button clicks on the arrows to mean
"move by pages" and "jump to end". (Like gtkspinbutton)

25 years agoportability fixes and corrected prototypes for self-contained build
Hans Breuer [Sun, 12 Nov 2000 15:58:18 +0000 (15:58 +0000)]
portability fixes and corrected prototypes for self-contained build

25 years agocorrected object casts, make it work again on win32
Hans Breuer [Sun, 12 Nov 2000 15:46:55 +0000 (15:46 +0000)]
corrected object casts, make it work again on win32

25 years agoCall gtk_widget_activate for GDK_Return.
Owen Taylor [Sun, 12 Nov 2000 04:56:51 +0000 (04:56 +0000)]
Call gtk_widget_activate for GDK_Return.

Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkentry.c (gtk_entry_key_press): Call
gtk_widget_activate for GDK_Return.

* gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
of preedit cursor position.

25 years agoMake parent_class static.
Owen Taylor [Sun, 12 Nov 2000 03:43:24 +0000 (03:43 +0000)]
Make parent_class static.

Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkcellrenderertextpixbuf.c: Make parent_class
static.

Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c:
Add support for positioning the cursor within the preedit string.

Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktextview.c: Check for bindings after passing
events to im context filter.

Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktextlayout.c (add_preedit_attrs): Handle
empty attribute lists properly.

Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/queryimmodules.c (main): Return non-zero exit
status if errors were encountered querying any
modules.

Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
don't include gtkthemes.h.

* gtk/testgtk.c gtk/testtext.c: Set environment variables
to point

* gtk/Makefile.am: Add new .c and .h files, build
gtk-query-immodules and use it to create a gtk.immodules
file for use of test programs.

* gtk/gtkpreview.c: remove extra blank line.

Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table):
Add the ability to add extra tables beyond the default
one, and also the ability to have compose sequences
that are prefixes of other compose sequences.

* gtk/gtkimcontextsimple.c: Export a preedit string which
consists of possible candidates for keystrokes that have
been entered but not yet committed.

* gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()

* gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems):
Add a function to add input-method switching menu items
to a menu.

* gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
when switching input methods.

* gtk/gtkimcontextsimple.[ch]: Change the format of
the compose table to allow compose tables of different
lengths / sequence.

Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkimmodule.[ch]: Support routines for loading
GtkIMContext implementations dynamically at runtime.

* gtk/queryimmodules.c: Program to query the available
input modules and write the results into a file.

* gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
extra config options "im_module_file" (cache file for
input method modules), and "im_module_path" - path
to look for modules when generating cache file.

This doesn't scale.

Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the
generic code from gtkthemes into a new abstraction
GtkModule which has the logic for implementing
a loadable module which implements a number of
GObject types.

Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkeditable.[ch]: Convert GtkEditable from
a class into an interface

* gtk/gtkoldeditable.[ch]: Move the old editable
implementation into here, so legacy widgets can
still rely on the implemenation. GtkOldEditable
exports GtkEditable. Make selection handling
code use new text conversion functions (and
handle UTF-8 as a side-effect). Use GtkClipboard
for CLIPBOARD.

* gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
Adopt to match above changes.

* gtk/gtkentry.[ch]: Implement GtkEditable directly,
avoid GtkOldEditable implementation. Restructure
        to reduce number of places that modify state directly.
Move to GtkBindingSet. Display the preedit string.
Queue recomputation of PangoLayout and scroll position
to improve effiency of doing complex changes naively.
Add a menu with cut/copy/paste and input method selection.

Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>

* gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
to set preedit string and attributes; display preedit string by
inserting string and attributes at cursor when creating the
GtkTextLineDisplay.

* gtk/gtktextlayout.c: Move all conversions between byte
positions in PangoLayout and GtkTextIter into new functions
line_display_iter_to_index/index_to_iter that properly
handle the preedit string.

* gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
it to return const char * (eventually will end up
as GCONST char *, most likely.)

* gtk/gtktextview.[ch]: Handle the preedit string, call
gtk_im_context_reset() as necessary, add a menu to switch
input methods.

* gtk/gtktextlayout.[ch]: Remove useless
gtk_text_layout_get_log_attrs() function.